home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_9788.txt < prev    next >
Text File  |  1990-02-11  |  3KB  |  114 lines

  1. -- card: 9788 from stack: in
  2. -- bmap block id: 11252
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=2 top=22 right=51 bottom=38
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=6 top=51 right=342 bottom=502
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 2 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=474 top=307 right=336 bottom=510
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 26425 / 26425
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll left
  57.   go to next card
  58. end mouseUp
  59.  
  60.  
  61. -- part 1 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=1 top=307 right=336 bottom=38
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 902 / 902
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Prev
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect scroll right
  76.   go to previous card
  77. end mouseUp
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: A004
  83. -- rect: left=146 top=305 right=332 bottom=366
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Read the Warning!
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   push card
  95.   visual effect zoom open
  96.   go to card id 16913
  97. end mouseUp
  98.  
  99.  
  100.  
  101.  
  102. -- part contents for card part 4
  103. ----- text -----
  104.  
  105. Repeat Step 4 through Step 7 until you have set up all your levels.  Each level will be a stack with one "Dummy Card" in it.  Note that the lowest stack in the hierarchy should not have an entry in the "Child Stack Name" field.
  106.  
  107. Review each new stack.  Each Dummy Card should have a dummy name in its 
  108. "Self Name" field, and must have the correct "Parent Stack Name" and "Child Stack Name", indicating its place in the hierarchy.  The stack names
  109. themselves (as seen while in Finder) must be consitent with the data in the Dummy Card fields, and must not be changed in the future.
  110.  
  111. You can now turn "Debug" off on each stack, by clicking the Debug Button on each dummy card.
  112.  
  113.  
  114.